home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / pc / ps40sdk / examples / format / simpleformat / simpleformat.def < prev    next >
Encoding:
Text File  |  1996-08-28  |  338 b   |  18 lines

  1. ;
  2. ;    File: SimpleFormat.def
  3. ;
  4. ;    Copyright (c) 1991-6 by Adobe Systems Inc..
  5. ;
  6. ;    Window's def file for Format example plugin module.
  7. ;
  8. LIBRARY     SimpleFormat
  9.  
  10. DESCRIPTION 'SimpleFormat Photoshop Plugin Module'
  11.  
  12. CODE        PRELOAD MOVEABLE
  13. DATA        PRELOAD MOVEABLE SINGLE
  14. HEAPSIZE    2048
  15.  
  16. EXPORTS
  17.             ENTRYPOINT   @1
  18.